vendor/golang.org/x/net/http2/hpack.dynamicTable.table (field)

10 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		encode.go#L42: 	e.dynTab.table.init()
		encode.go#L97: 	j, nameValueMatch := e.dynTab.table.search(f)
		hpack.go#L108: 	d.dynTab.table.init()
		hpack.go#L162: 	table          headerFieldTable
		hpack.go#L174: 	dt.table.addEntry(f)
		hpack.go#L182: 	for dt.size > dt.maxSize && n < dt.table.len() {
		hpack.go#L183: 		dt.size -= dt.table.ents[n].Size()
		hpack.go#L186: 	dt.table.evictOldest(n)
		hpack.go#L193: 	return d.dynTab.table.len() + staticTable.len()
		hpack.go#L210: 	dt := d.dynTab.table